Welcome![Sign In][Sign Up]
Location:
Search - ftp client server

Search list

[Ftp Servertftp_client&server

Description: tftp的客户端和服务器端源代码,C语言-tftp client and server source code, C language
Platform: | Size: 1348608 | Author: | Hits:

[Ftp Clientftpvc++

Description: ftp客户端c++编程FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。-ftp client c programming FTP will use two separate TCP connection, a dedicated FTP to send orders, and the other one is dedicated to data transfer. The initial establishment of connection, the server port in the 21st receive from the client orders connectivity.
Platform: | Size: 6144 | Author: dd | Hits:

[Ftp Client1MYftpclient

Description: 计算机网络-FTP演示程序。此为FTP客户端源程序,配合服务器端源程序可以组成一个完整得FTP系统。-computer network-FTP demonstration program. This FTP client to the source, with server-side source can form a complete system in FTP.
Platform: | Size: 3785728 | Author: 青柿子 | Hits:

[Internet-NetworkFTPlianjieyuliulan

Description: 实现了FTP的客户端,在线浏览FTP服务器上的文件列表-achieved a FTP client, FTP server online browsing files on the List
Platform: | Size: 9216 | Author: xxxxzzzzyyyy007 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Ftp ClientFTPresource

Description: 实现了ftp客户端及服务器端代码!学习ftp协议的朋友可以参考一下!-realized ftp client and server-side code! Learning ftp agreement friends can take a look!
Platform: | Size: 139264 | Author: 肖荣 | Hits:

[Ftp ClientFTP_Client_Source

Description: 一个ftp客户端程序,前面已经上载了服务器端的程序,他们正好是一套,对于ftp的学习有很大的帮助,研究完这部分代码,你就完全是一个ftp高手了-an ftp client, as has already been uploaded to the server, they can be precisely set, ftp for the study will be very helpful to study completed this part of the code, you completely ftp is a master of
Platform: | Size: 47104 | Author: 张利君 | Hits:

[Internet-Networkfancyftp

Description: 简单ftp协议实现,可以跟标准ftp客户端和服务器互联-simple ftp protocol, with the standard ftp client and server Internet
Platform: | Size: 49152 | Author: 董昌道 | Hits:

[Embeded Linuxtftp_client

Description: tftp 客户端程序,运行在嵌入式操作系统中-tftp client program, run in the embedded operating system
Platform: | Size: 3072 | Author: 雷雨 | Hits:

[OS Developefiftp

Description: EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 efiftp.zip:是EFI平台下的FTP工具套件,包括EFI的FTP的客户端程序(ftp)和FTP服务器端的程序(webftp)的源码. -EFI (Extensible Firmware Interface) is the next generation BIOS is gradually replacing the computer's BIOS become FIRMWARE standards. Intel is the brand new type of PC firmware architecture, interface and services to the recommended standards. Its main purpose is to provide a group before loading the OS (pre-) on all platforms the same. correctly designated the launch environment. EFI the ISO is UEFI. Efiftp.zip : EFI platform FTP tool kits EFI including the FTP client program (ftp) and the FTP server process (webftp) FOSS.
Platform: | Size: 148480 | Author: 席振新 | Hits:

[Ftp Clientftp9999

Description: 这是一个FTP客户端代码,通过本程序后访问相应的FTP服务端.-This is an FTP client code, adopted after the visit of the corresponding FTP server.
Platform: | Size: 23552 | Author: hzh272 | Hits:

[Ftp ClientHS_SFTP

Description: 用Winsock编写的一个很好FTP客户程序,该程序支持多种服务器。可以浏览FTP服务器的文件,也可以通过双击指定的文件图标下载文件。-prepared using Winsock a good FTP client program, which supports multiple servers. FTP server can browse the documents, or by double-clicking on a file icon to download the file.
Platform: | Size: 3871744 | Author: 侯爽 | Hits:

[Internet-Networkftp-socket

Description: 利用Linux开发环境,设计和实现一个简单的文件传输协议FTP. 里面包含了服务端和客户端的C程序-use Linux development environment, Design and Implementation of a simple file transfer protocol FTP. it contains the server and client procedures C
Platform: | Size: 4096 | Author: 李亚林 | Hits:

[Internet-NetworkFTPServerClient

Description: c++编写的FTP服务器和客户端程序,支持服务器间互传文件-c prepared by the FTP server and client, server, support each other- paper
Platform: | Size: 10240 | Author: | Hits:

[JSP/Javajava_ftp

Description: java实现的ftp客户端及服务端,ftp的基本功能。服务端加入命令控制-java achieve the ftp client and the server, ftp's basic functions. Server to control orders
Platform: | Size: 25600 | Author: fei | Hits:

[Ftp ClientMyFTP_T

Description: 利用MFC WinInet类编写FTP的客户端程序,能够完成登录FTP服务器、目录检索、文件的上传和下载等功能。-use MFC WinInet Class prepared FTP client program. Login to complete FTP server, directory search, document upload and download functions.
Platform: | Size: 36864 | Author: 严磊 | Hits:

[.netCHAP05

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高中第5章光盘代码。光盘中包含如下的程序的代码。 5.1 创建商店订货信息管理数据库 5.2 创建商店订货信息管理系统 5.3 多视图技术的实现 5.4 多表操作的实现 5.5 用ADO访问数据库 5.6 一个简单的客户/服务器程序 5.7 HTTP应用程序 5.8 FTP浏览器 5.9 Ping程序的实现 5.10 ATL Server编程实例 5.11 Web Service服务器端程序 5.12 Web Service客户端程序-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net and improve sample entry in Chapter 5 CD-ROM code. CD-ROM contains the following code. 5.1 Create store ordering information management database created 5.2 ordering information management system stores more than 5.3 view technology realize the operation of more than 5.4 Table 5.5 realize 5.6 with ADO to access the database a simple client/server application procedures 5.7 HTTP Browser 5.8 FTP program 5.9 Ping realize the 5.10 ATL Server Programming Example 5.11 Web Service server-side procedures 5.12 Web Service client program
Platform: | Size: 628736 | Author: 陈小冬 | Hits:

[Ftp ClientCwangluo

Description: C#网络与通信程序设计案例精讲.rar \chap03 提供了本书第3章FTP服务器开发源程序; \chap04 提供了本书第4章第FTP客户端开发源程序; \chap05 提供了本书第5章电子邮箱系统源程序; \chap06 提供了本书第6章基于Socket的聊天室源程序; \chap07 提供了本书第7章多线程下载源程序 \chap08 提供了本书第8章基于Web的电子书店源程序; \chap09 提供了本书第9章网络游戏源程序; \chap10 提供了本书第10章基于Http协议浏览器的实现源程序; \chap11 提供了本书第11章基于Web Service技术通信的实现源程序 \chap12 提供了本书第12章Telnet客户端实现源程序; -C# Network and communications programming精讲case. Rarchap03 provided in Chapter 3 of this book to develop source FTP server chap04 provides book Chapter 4 the first source FTP client development chap05 provides book Chapter 5 electronic source mail system chap06 book provides Chapter 6 of the chat room based on the Socket source chap07 book provides a Chapter 7 multi-threaded download source chap08 provided under Chapter 8 of the Web-based e-book source procedures chap09 provided Chapter 9 of this book online game source chap10 book provides a Chapter 10 agreement based on Http browser source code to achieve chap11 provided in Chapter 11 of this book based on Web Service technology Communication source chap12 book provides a Chapter 12 Telnet client to achieve source
Platform: | Size: 1536000 | Author: qinshaohua | Hits:

[JSP/Javaftpserve

Description: 一个用JAVA做的FTP服务,它包含FTP服务器和FTP客户端,内含使用说明。-Using JAVA to do an FTP service, it includes FTP server and FTP client, including for use.
Platform: | Size: 16384 | Author: guozhaotang | Hits:

[Ftp Client3P

Description: vb编写的FTP服务器,FTP客户端,HTTP服务器,HTTP文件下载,HTTP原理示例,ELNET服务器,ELNET客户端 。-vb prepared FTP server, FTP client, HTTP server, HTTP file downloads, HTTP principle example, ELNET server, ELNET client.
Platform: | Size: 24576 | Author: louxiuqun | Hits:
« 1 2 3 4 56 7 8 9 10 ... 31 »

CodeBus www.codebus.net